Metadata-Version: 2.1
Name: alas-tools3
Version: 1.0.1
Summary: API tools3 for Alas.Ce0 project
Home-page: https://github.com/pypa/alas-tools3
Author: Leonardo Zambra
Author-email: lzambra@alasxpress.com
License: MIT
Keywords: alas-tools3 api client development
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: enum34
Requires-Dist: httplib2
Requires-Dist: pendulum
Provides-Extra: dev
Requires-Dist: check-manifest ; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage ; extra == 'test'

Alas Ce0 Tools
=======================

A project for developing a client to access the Alas.Ce0 API

----

This is the README file for the project.

"generate dist and wheel"
python setup.py sdist bdist_wheel

"upload to pypi project"
twine upload dist/*

