Metadata-Version: 2.1
Name: epflpeople
Version: 0.0.7
Summary: EPFL People API wrapper for python
Home-page: https://github.com/spaenleh/epfl-people-api
Author: spaenleh
Author-email: spaenleh@gmail.com
License: UNKNOWN
Project-URL: Documentation, https://github.com/spaenleh/epfl-people-api/blob/main/README.md
Project-URL: Github, https://github.com/spaenleh/epfl-people-api
Project-URL: Changelog, https://github.com/spaenleh/epfl-people-api/blob/main/CHANGELOG.md
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
License-File: LICENSE

# epfl-people-api

This package provides useful features to access the EPFL People API.

This is an unofficial package.

# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


[comment]: <> (## [Unreleased])

[comment]: <> (### Added)

[comment]: <> (### Changed)

[comment]: <> (### Removed)


## [0.0.7] - 2021-11-20

### Changed
- Fixed bugged Exception
- Exposed Sciper checker function


## [0.0.6] - 2021-10-21

### Changed
- Fixed search URL


## [0.0.5] - 2021-10-01

### Changed
- Fixed bug where Accreditations would not display correctly numbers

## [0.0.4] - 2021-09-17
### Added
- Coloring of the output
- New utility called `epflpeople_pretty` that displays the search output with colors
- Added a MANIFEST.in to ensure that the VERSION file is packaged
- Added new error classes to deal with different scenarios
- Added some information and an input field to make a search on the cli

### Changed
- Changed how version is found in deploy.py
- Changed long_description to include CHANGELOG on PyPI
- Updated project urls to point to useful places (GitHub, Documentation, CHANGELOG)

### Removed
- Removed command line arguments in \_\_main\_\_.py as they are not supported


## [0.0.1] - 2021-09-19
### Added
- Added deploy.py script to aid deploying on PyPI
- Added shebang at beginning of setup.py to enable running on cli

### Changed
- Changed project url to point to the [github repository][REPO]
- Changed LICENSE to be consistent, now using MIT


## [0.0.0] - 2021-09-19
### Added
- Added epflpeople package
- Added setup.py script
- Configured repo and project
- Added a LICENSE
- Added base information in README.md



[Unreleased]: https://github.com/spaenleh/epfl-people-api/compare/v0.0.7...HEAD
[0.0.7]: https://github.com/spaenleh/epfl-people-api/compare/v0.0.6...v0.0.7
[0.0.6]: https://github.com/spaenleh/epfl-people-api/compare/v0.0.5...v0.0.6
[0.0.5]: https://github.com/spaenleh/epfl-people-api/compare/v0.0.4...v0.0.5
[0.0.4]: https://github.com/spaenleh/epfl-people-api/compare/v0.0.1...v0.0.4
[0.0.1]: https://github.com/spaenleh/epfl-people-api/compare/v0.0.0...v0.0.1
[0.0.0]: https://github.com/spaenleh/epfl-people-api/releases/tag/v0.0.0

[REPO]: https://github.com/spaenleh/epfl-people-api


