No project description provided
Project description
MyCityCO2 Data Processing
Table of Contents
Description
MyCityCO2 Data Processing is a Python package designed to facilitate the import and export of municipality data from a country into Odoo, a popular Enterprise Resource Planning (ERP) system. This package provides functionality to import data from municipalities, perform data processing tasks, and export the processed data to CSV format.
Features
- Import data from various municipalities.
- Process and analyze the imported data.
- Export the processed data to CSV format.
- Command-line for easy interaction.
- Integration with Odoo ERP system.
Prerequisites
- Python > 3.8
- Access to an Odoo system (not optional)
Installation
- Clone this repository to your local machine:
git clone https://github.com/MyCityCO2/mycityco2-data-processing.git
- Navigate to the project directory:
cd mycityco2-data-processing
- Run using poetry in dev mode:
poetry run mycityco2 run fr --departement=74
Or Install directly the package:
pip install mycityco2-data-process
Usage
MyCityCO2 Data Processing is designed to be run as a Command-Line Interface (CLI) application using the Typer module.
To run the project, use the following command:
mycityco2 run <importer> --departement <departement>
For example:
mycityco2 run fr --departement 74
You can also use --help
to get an overview of the project:
mycityco2 --help
Contributing
Contributions to MyCityCO2 Data Processing are welcomed. To add new features or fix bugs, please follow these steps:
- Fork the mycityco2-data-processing repository on GitHub.
- Create a new branch for your feature or bugfix:
git checkout -b my-new-feature-or-fix
. - Add your code and tests for the new feature or fix.
- Commit your changes:
git commit -m 'Add my new feature or fix'
. - Push your changes to your forked repository:
git push origin my-new-feature-or-fix
. - Open a pull request to merge your changes into the main branch.
- The maintainers will review your contribution as soon as possible!
License
This project is licensed under the GNU Affero General Public License v3.0. Please refer to the LICENSE file for more information.
Contact
For any inquiries, feedback, or issues, please contact:
- Adam Bonnet (contact@mycityco2.org)
- Remy Zulauff (contact@mycityco2.org)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for mycityco2_data_process-0.1.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | e5f1c4b2f62e0e4cdba5996713f63edda2c24825f57a695201039d03b744d3c3 |
|
MD5 | 71d1fde0d7fb82e207a9ba3b2f756828 |
|
BLAKE2b-256 | 21866f01455fe99447fb7c5d28f268143898ea51ee8e9719d464b64c4677f2b9 |
Hashes for mycityco2_data_process-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c10d886bcfdd554f907b437872cb42c70401fb04a286d63f8c72469c4cbee66a |
|
MD5 | a89c3a85d5f986e4a823676d204bdf60 |
|
BLAKE2b-256 | 989bf5d80fc439c2652f3b038b95c6e912f016cd02ac2e0d6253bacecdbbcc48 |