# Welcome to acnaweblib


This is a Python library for testing
## Installation
`acnaweblib` supports Python 3.8 and higher.
### System-wide or user-wide installation with pipx
Use the package manager [pip](https://pip.pypa.io/en/stable/) to install `acnaweblib`.
```bash
$ pip install acnaweblib
```
## Usage
```python
from acnaweblib import calculator
# returns 6
result = calculator.add(4,2)
```
## Developing
Development requires Python 3.8+; otherwise you'll get false positive type failures.
To work on the `acnaweblib` code: pull the repository, create and activate a virtualenv, then run:
```bash
make dev
```
Testing
```bash
make test
```
Publish
```bash
make push
```
## Author
👤 **Antonio Carlos de Lima Junior**
* Website: https://www.linkedin.com/in/acnaweb/
* Github: [@acnaweb](https://github.com/acnaweb)
* LinkedIn: [@acnaweb](https://linkedin.com/in/acnaweb)
## References
- [Pypi Classifiers](https://pypi.org/classifiers/)
- [Python Packaging Tutorial](https://www.devdungeon.com/content/python-packaging-tutorial)
- [A Practical Guide to Using Setup.py](https://godatadriven.com/blog/a-practical-guide-to-using-setup-py/)
Raw data
{
"_id": null,
"home_page": "https://github.com/acnaweb/acnaweb-lib",
"name": "acnaweblib",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "library test",
"author": "Antonio Carlos de Lima Junior",
"author_email": "antonioclj.ac@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/78/02/4a5a4dbae2d265091911b27e38cbccd3ca1d57261b8dfd8114103e0279f4/acnaweblib-0.1.18.tar.gz",
"platform": null,
"description": "# Welcome to acnaweblib\n\n \n\n\nThis is a Python library for testing\n\n## Installation\n\n`acnaweblib` supports Python 3.8 and higher.\n\n### System-wide or user-wide installation with pipx\n\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install `acnaweblib`.\n\n```bash\n$ pip install acnaweblib\n```\n\n## Usage\n\n```python\nfrom acnaweblib import calculator\n\n# returns 6\nresult = calculator.add(4,2)\n\n```\n\n## Developing\n\nDevelopment requires Python 3.8+; otherwise you'll get false positive type failures.\n\nTo work on the `acnaweblib` code: pull the repository, create and activate a virtualenv, then run:\n\n```bash\nmake dev\n```\n\nTesting\n\n```bash\nmake test\n```\n\nPublish\n\n```bash\nmake push\n```\n\n\n\n## Author\n\n\ud83d\udc64 **Antonio Carlos de Lima Junior**\n\n* Website: https://www.linkedin.com/in/acnaweb/\n* Github: [@acnaweb](https://github.com/acnaweb)\n* LinkedIn: [@acnaweb](https://linkedin.com/in/acnaweb)\n\n\n## References\n\n- [Pypi Classifiers](https://pypi.org/classifiers/)\n- [Python Packaging Tutorial](https://www.devdungeon.com/content/python-packaging-tutorial)\n- [A Practical Guide to Using Setup.py](https://godatadriven.com/blog/a-practical-guide-to-using-setup-py/)\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "",
"version": "0.1.18",
"split_keywords": [
"library",
"test"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "78024a5a4dbae2d265091911b27e38cbccd3ca1d57261b8dfd8114103e0279f4",
"md5": "86fd492f86552aa3dac4fb928badcbdd",
"sha256": "a2fc8e59235cf20e8be608fe7c13425c56a8ba7079a7d2d1bf4069456d899336"
},
"downloads": -1,
"filename": "acnaweblib-0.1.18.tar.gz",
"has_sig": false,
"md5_digest": "86fd492f86552aa3dac4fb928badcbdd",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2285,
"upload_time": "2023-04-26T23:29:44",
"upload_time_iso_8601": "2023-04-26T23:29:44.858669Z",
"url": "https://files.pythonhosted.org/packages/78/02/4a5a4dbae2d265091911b27e38cbccd3ca1d57261b8dfd8114103e0279f4/acnaweblib-0.1.18.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-04-26 23:29:44",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "acnaweb",
"github_project": "acnaweb-lib",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "acnaweblib"
}