Metadata-Version: 2.1
Name: sniparinject
Version: 0.0.0.dev2
Summary: Intercept and read the network packets to find useful information. Also, inject some data.
Home-page: https://github.com/airvzxf/snipar-inject-pypi
Author: Israel Roldan
Author-email: israel.alberto.rv@gmail.com
License: GPLv3
Project-URL: Source Code, https://github.com/airvzxf/snipar-inject-pypi
Project-URL: Bug Tracker, https://github.com/airvzxf/snipar-inject-pypi/issues
Keywords: network,networking,packet,packets,sniffer,parser,inject,injection,hack,video games,games
Platform: unix
Platform: linux
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Telecommunications Industry
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Security
Classifier: Topic :: System :: Networking
Classifier: Topic :: System :: Networking :: Monitoring
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PyYAML (>=5.4.1)
Requires-Dist: scapy (>=2.4.5)

# SniPar Inject

SniPar Inject is the abbreviation of these three word: Sniffer, Parser and
Inject. Intercept and read the network packets to find information about the
game, but it could be useful for any network sniffer. This specific version is
for [PyPi][pypi].

## PyPi

Install the package.

```bash
python3 -m pip install sniparinject
```

### Contributing

Follow the commands to set up and install this package.

```bash
git clone https://github.com/airvzxf/snipar-inject-pypi.git
cd snipar-inject-pypi || exit 123
./script/dev-setup.bash
```

After this setup, it could be easy to activate the vEnv and start to work.

```bash
cd snipar-inject-pypi || exit 123
source ./venv/bin/activate
# Make modification to the source code files (./src/sniparinject).
# Run your changes.
# Create and run the unit tests.
# Finally deactivate the vEnv.
deactivate
```

[pypi]: https://pypi.org/


