Bug#1068215: ITP: python-undetected-chromedriver -- test undetected chromedrive

2024-04-01 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: python-undetected-chromedriver
  Version : 3.5.5
  Upstream Contact: UltrafunkAmsterdam 
* URL : 
https://github.com/ultrafunkamsterdam/undetected-chromedriver
* License : GPL3
  Programming Lang: Python
  Description : test undetected chromedrive

  "undetected-chromedriver" is a project that offers a solution to a common
 problem among developers working on browser test automation using Selenium
 WebDriver.
 .
 The project aims to overcome problems related to test failures when websites
 detect the use of "WebDriver. The module provides a wrapper around
 ChromeDriver (the driver for controlling the Google Chrome browser vi
 a Selenium), which implements several techniques to avoid detection and
 ensure your automated tests run without interruption.
 .
 With an easy-to-use interface, undetected-chromedriver" enables integration
 with existing automation projects, supporting a variety of platforms and
 development environments, making it a versatile tool for developers seeking
 stability and reliability in automated testing
 .
 Note: This package is a required dependency for the TeraBoxUtility
 ITP package: #1067395



Bug#1068141: ITP: python-pyzipper -- AES encryption for zipfile

2024-03-31 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: python-pyzipper
  Version : 0.3.6
  Upstream Contact: Daniel Hillier  
* URL : https://github.com/danifus/pyzipper
* License : MIT/X
  Programming Lang: Python
  Description : AES encryption for zipfile
 PyZipper is a Python library for working with ZIP files in an efficient
 and user-friendly way. It provides a high-level interface for creating,
 reading, writing and extracting ZIP files. Additionally, it supports
 advanced functionalities such as AES encryption and LZMA updates.
 .
 Key Features:
  - Allows you to add, remove, rename and list entries in ZIP files
efficiently.
  - Provides an intuitive Python API, making ZIP archive manipulation
simple and straightforward.
  - AES (Advanced Encryption Standard) encryption support to protect ZIP
files with passwords.
  - Allows you to compress ZIP files using the LZMA compression algorithm,
which offers high compression rates.

  Note: This package is a required dependency for the TeraBoxUtility
 ITP package: #1067395



Bug#1068108: ITP: python-pysocks -- Python SOCKS client module

2024-03-30 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: python-pysocks
  Version : 1.7.1
  Upstream Contact: Anorov 
* URL : https://github.com/Anorov/PySocks
* License : BSD
  Programming Lang: Python
  Description : Python SOCKS client module

 PySocks is a Python project that provides an easy way to configure
 and use SOCKS clients. The module is capable of sending traffic through
 SOCKS proxy servers, acting as a direct replacement for the socket module,
 allowing you to configure any socket object by calling the "set_proxy()"
 method, facilitating the routing of network traffic through SOCKS proxies.
 .
 stands out for:
  * Compatibility: Support most features of the SOCKS protocol, including TCP
and, to some extent, UDP, allowing communication with a variety of network
services.
  * Integration: PySocks can be integrated with other Python libraries that
support SOCKS proxies, such as requests.
  * Traffic Anonymization: In projects that require anonymity in network
communication, such as web data scraping or API automation, PySocks can
be integrated to route traffic by hiding the client's IP address.

 Note: This package is a required dependency for the TeraBoxUtility
 ITP package: #1067395



Bug#1067948: ITP: python-naked -- a command line application framework

2024-03-29 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: python-naked
  Version : 0.1.32
  Upstream Contact:  Christopher Simpkins 
* URL : https://github.com/chrissimpkins/naked
* License : MIT/X
  Programming Lang: Python
  Description : a command line application framework

 Naked is a Python library that allows you to create executable scripts in
 Python quickly and easily, without the need to use a complex development
 environment. It is designed to simplify the process of turning Python scripts
 into standalone applications that can run directly on any operating system
 without needing to install additional dependencies.
 .
 Offers a simple and straightforward API that allows developers to create
 executable scripts with just a few lines of code, ensuring that scripts
 created with "Naked" can be run in a variety of Python environments, as
 well as different operating systems, including Windows, macOS, and Linux,
 without the need for additional modification.

 Note: This package is a required dependency for the TeraBoxUtility
 ITP package: #1067395



Bug#1067645: ITP: unicrypto -- Unified interface for some crypto algos

2024-03-24 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: unicrypto
  Version : 0.0.10
  Upstream Contact: Tamas Jos 
* URL : https://github.com/skelsec/unicrypto
* License : MIT/X
  Programming Lang: Python
  Description : Unified interface for some crypto algos

 Unicrypto is a library that provides a unified interface to a variety of
 cryptographic algorithms. With it, developers can easily integrate encryption
 into their applications, ensuring the security of data and communications.
 .
 The module also allows developers to have access to a wide range of
 encryption algorithms, including AES, DES, RC4 and TDES, among others.
 This library simplifies the process of implementing security in applications
 by providing a single consistent API for different algorithms, regardless of
 the underlying library used.



Bug#1067402: ITP: python-fake-headers -- package for generate headers to http requests

2024-03-20 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: python-fake-headers
  Version : 1.0.2
  Upstream Contact: TheDevFromKer
* URL : https://github.com/TheDevFromKer/Fake-Headers
* License : MIT/X
  Programming Lang: Python
  Description : package for generate headers to http requests

 Fake-Headers is a library capable of manipulating HTTP headers, allowing
 users to create custom HTTP requests. Providing an additional layer of
 anonymity and security when interacting with web servers.
 .
 With a simple and intuitive interface, the tool can be easily integrated
 into existing Python scripts, offering a flexible and powerful solution
 for manipulating HTTP headers.
 .
 It stands out for enabling developers to manipulate and customize HTTP
 headers, including false or personalized information in HTTP requests.
 .
 It also allows anonymity and privacy by allowing users to hide sensitive
 information, such as user-agent and other identifying details, maintaining
 their privacy and anonymity when interacting with web servers.

 Note: This package is a required dependency for the TeraBoxUtility
 ITP package: #1067395



Bug#1067397: ITP: pysocks5 -- lightweight Socks5 proxy server back and forth

2024-03-20 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: pysocks5
  Version : 0.1
  Upstream Contact: pandolia 
* URL : https://github.com/pandolia/pysocks5
* License : MIT/X
  Programming Lang: Python
  Description : lightweight Socks5 proxy server back and forth

 pysocks5 is a program that allows communication between clients and servers
 through a tunnel.
 The tunnel server (TunnelServer) listens for incoming connections and creates
 a tunnel between the client and the proxy server. Furthermore, the program
 implements a "backdoor" functionality that allows you  to establish a reverse
 connection with a remote server through the tunnel.
 
 Note: This package is a required dependency for the TeraBoxUtility
 ITP package: #1067395



Bug#1067395: ITP: teraboxutility -- A python package for save file in TeraBox

2024-03-20 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: teraboxutility
  Version : 0.0.1
  Upstream Contact: Thanh Dung 
* URL : https://github.com/nguyenThanhDg/TeraBox
* License : MIT/expat
  Programming Lang: Python
  Description : A python package for save file in TeraBox

 TeraBoxUtility is a tool to quickly upload data to TeraBox.
 Store large amounts of information securely.



Bug#1065218: ITP: assetfinder -- Find domains and subdomains related to a given domain

2024-03-01 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: assetfinder
  Version : 0.1.1
  Upstream Contact: Hudson 
* URL : https://github.com/tomnomnom/assetfinder
* License : MIT/X
  Programming Lang: go-lang
  Description : Find domains and subdomains related to a given domain

 assetfinder is a command-line tool designed to find domains and
 subdomains associated with a specific domain.
 .
 The main objective of the tool is to help security researchers and IT
 professionals discover and understand how the domains and sub-domains
 of a given organization are distributed, trying to find possible
 security flaws and vulnerabilities.
 .
 assetfinder uses multiple data sources to perform its research, including:
  - crt.sh
  - certspotter
  - hackertarget
  - threatcrowd
  - Wayback Machine
  - dns.bufferover.run
  - Facebook Graph API
  - Virustotal
  - findsubdomains
 This expands coverage and increases the accuracy of results.



Bug#1063687: ITP: sploitscan -- Search for CVE information

2024-02-10 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: sploitscan
  Version : 0.0.0
  Upstream Contact: Alex xaitax 
* URL : https://github.com/xaitax/SploitScan
* License : GPL-3.0 
  Programming Lang: Python
  Description : Search for CVE information

  sploitScan is an efficient and easy-to-use command-line tool designed to
  query CVEs. Extremely important, as it allows professionals to implement
  measures that prevent the exploitation of discovered vulnerabilities.
  .
  Through ".csv and .json" files, the tool obtains information from the
  main entities that deal with CVE's, this allows you to:
- Extract CVE details from the national vulnerability database.
- Integration with EPSS (Exploit Prediction Scoring System), providing
  a probability score for the probability of CVE exploitation, assisting
  with prioritization.
- Gather PoCs (Proof of Concepts) publicly available exploits, improving
  understanding of vulnerabilities.
- Show through KEV whether CVE has been listed in the Cybersecurity and
  Infrastructure Security Agency's (CISA) Exploited Vulnerabilities.
- Capable of interacting with the Patch Priority System, responsible for
  evaluating and assigning a patch priority rating based on several factors,
  including the availability of public exploits.
- Multi-CVE support and export options: Supports multiple CVEs in a single
  run and allows you to export the results to JSON and CSV formats



Bug#1061199: ITP: python-mbedtls -- Cryptographic library for Python with Mbed TLS backend

2024-01-20 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: python-mbedtls
  Version : 2.8.0
  Upstream Contact: Mathias Laurin 
* URL : https://github.com/Synss/python-mbedtls
* License : MIT/expat
  Programming Lang: Python
  Description : Cryptographic library for Python with Mbed TLS backend

 mbedtls is an open source library that implements lightweight and
 efficient solutions for security protocols, including TLS (widely
 used in security between network communications)
 .
 Library Key Features:
  - TLS/SSL: Provides support for implementing the TLS/SSL protocol, which
is widely used to ensure secure communications over the internet.
  - Cryptography: Offers a variety of cryptographic algorithms for symmetric
and asymmetric encryption, hashing, and digital signatures
  - Network Protocol Support: Implements security protocols for secure
communication, such as DTLS (Datagram Transport Layer Security) for
real-time communication.
  - TLS Server and Client: Allows the creation of both secure servers and
clients using the TLS protocol.
  - Clean and Simple C API: Features a C-language API designed to be clear,
concise, and easy to use.



Bug#1060880: ITP: altdns -- Subdomain discovery through alterations and permutations

2024-01-15 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: altdns
  Version : 1.0.2
  Upstream Contact: Shubham Shah 
* URL : https://github.com/infosec-au/altdns
* License : GPL-2.0
  Programming Lang: Python
  Description : Subdomain discovery through alterations and permutations

 This package contains a DNS recon tool that allows for the discovery of
 subdomains that conform to patterns. Altdns takes in words that could be
 present in subdomains under a domain (such as test, dev, staging) as well as
 takes in a list of subdomains that you know of.
 .
 From these two lists that are provided as input to altdns, the tool then
 generates a massive output of "altered" or "mutated" potential subdomains that
 could be present. It saves this output so that it can then be used by your
 favourite DNS bruteforcing tool.



Bug#1060771: ITP: python-pyproject-examples -- example pyproject.toml configs for testing

2024-01-13 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: python-pyproject-examples
  Version : 2023.6.30
  Upstream Contact: Dominic Davis-Foster 
* URL : https://github.com/repo-helper/pyproject-examples
* License : MIT/expat
  Programming Lang: Python
  Description : example pyproject.toml configs for testing

pyproject-examples was developed with the aim of being used by developers who
want to manually test their pyproject.toml configurations. The module serves
as a test suite for pyproject.toml analysis tools.
.
Key Features:
 - Examples of valid and invalid settings:
   Provides a series of example files that adhere to the PEP 621 and
   PEP 517 specifications. Containing example files that demonstrate common
   configuration errors.
 - API to access examples:
   It has functions to retrieve example configurations as strings.
 - Utilities Module:
   It has helper functions for creating regular expressions and testing for
   file not found errors.

Nota: module necessary to enable testing of the "whey" package ITP: #1021204



Bug#1058897: ITP: pointpats -- statistical analysis of planar point patterns

2023-12-17 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: pointpats
  Version : 2.4.0
  Upstream Contact: Name pysal developers 
* URL : ttps://github.com/pysal/pointpats
* License : BSD-3-clause
  Programming Lang: Python
  Description : statistical analysis of planar point patterns

 The main objective of this module is to provide methods and functions for
 analyzing spatial patterns in point data. This includes the detection and
 characterization of different types of patterns, such as clusters, scatters
 or random patterns.
 .
 The project is integrated with the PySAL library, which is a broader library
 for spatial analysis in Python. This means that PointPatterns can be used in
 conjunction with other tools available in the PySAL ecosystem.
 .
 One of the main features of the module is to provide methods to calculate
 descriptive statistics, detect spatial clusters, perform orbit analysis
 and even perform statistical tests to evaluate the significance of observed
 patterns.

 Note: dependency required to build 'spopt' from version 0.6.0



Bug#1056195: ITP: bashacks -- collection of useful bash functions for programmers

2023-11-18 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: bashacks
  Version : 1.5.0
  Upstream Contact: Fernando Merces 
* URL : https://github.com/merces/bashacks
* License : GPL-3.0
  Programming Lang: (Shell Script)
  Description : collection of useful bash functions for programmers

  bashacks is an open source project under the GPL license that provides
  a set of Bash functions.
  .
  It is designed to be useful for programmers, security analysts, and
  general users who need to perform low-level operations.
  .
  The main goal of the project is to simplify tasks that would normally
  require several lines of code in Bash.
  .
  While "bashacks" doesn't contain anything entirely new, it does offer the
  advantage of providing shorter commands to perform common tasks that would
  normally be more verbose.



Bug#1056005: ITP: python-singledispatch-json -- custom JSON encoder for Python

2023-11-15 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: python-singledispatch-json
  Version : 0.4.0
  Upstream Contact: Davis-Foster 
* URL : https://github.com/domdfcoding/singledispatch-json
* License : Expat
  Programming Lang: Python
  Description : custom JSON encoder for Python

 Module uses functools.singledispatch to support custom encoders for Python
 built-in classes and user-created classes.
 .
 The goal is to simplify the process of serializing objects into JSON by
 allowing developers to register custom encoders for their classes,
 allowing you to define instances to be converted into JSON format.
 .
 After coding, you can use sdjson.dumps(class_instance) to serialize an
 instance of the class into a JSON string. This makes the process of saving
 objects in JSON easier.
 .
 In addition to serialization to a string, the project provides
 the ability to serialize objects directly to JSON files using sdjson.dumps
 (class_instance, fp).
 .
 The sdjson project also supports several features of the json module,
 including load, load, JSONDecoder, JSONDecodeError and JSONEncoder.
 This allows you to use sdjson as a drop-in replacement for the json
 module.

 Note: Module required for the package
 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1028151



Bug#1055224: ITP: endesive -- library for digital signing and verification of signatures in docs

2023-11-02 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: endesive
  Version : 2.16
  Upstream Contact: Grzegorz Makarewicz 
* URL : https://github.com/m32/endesive
* License : MIT/expat
  Programming Lang: Python
  Description : library for digital signing and verification of signatures 
in docs

This package contains a Python library for digital signing and verification of
 digital signatures in mail, PDF and XML documents.
 .
 The ASN.1 implementation depends on asn1crypto. Cryptographic routines depends
 on cryptography library.
 .
 For certificate verification CertValidator is used.
 .
 This library implements S/MIME handler which can encrypt and decrypt S/MIME
 messages using a public RSA key, in AES-128/192/256 CBC/OFB modes. It can also
 sign and verify S/MIME messages.
 .
 This library implements CAdES-B handler for signing and verifying PDF
 documents in Adobe.PPKLite/adbe.pkcs7.detached form. It can sign documents
 during generation using a modified version of pyfpdf which is included in this
 library. It can also sign documents generated by external programs.
 .
 This library implements XADES BES/T with enveloped and enveloping format for
 creating signed xml files.
 .
 This library implements CMS handler for signing and verifying plain text files
 with detached signature files.



Bug#1054020: ITP: python-certvalidator -- Validates X.509 certificates and paths

2023-10-15 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: python-certvalidator
  Version : 0.11.1
  Upstream Contact: Will Bond 
* URL : https://github.com/wbond/certvalidator
* License : MIT/expat
  Programming Lang: Python
  Description : Validates X.509 certificates and paths

Is a Python library that offers functionality for validating X.509 digital
 certificates. It is used to verify the security and integrity of X.509
 certificates, which are widely used in Internet security systems such
 as TLS/SSL, email encryption, and more.
 .
 The certvalidator library performs the following main tasks:
  - Certificate Validation: The library checks the validity of X.509
digital certificates. This includes checking the certificate signature,
expiration date, issuing authority (CA), certificate revocation, and
other important properties.
  -  Chain of Trust: It helps to build and validate the certificate chain,
that is, the sequence of certificates that links a specific certificate
to a trusted certification authority (root CA).
  - CRL (Certificate Revocation Lists) Check: The library checks whether a
certificate has been revoked by querying Certificate Revocation Lists
(CRLs) published by certification authorities.
  - Online Certificate Status Protocol (OCSP) Check: In addition to CRL
checking, certvalidator can check the status of a certificate through
the Online Certificate Status Protocol (OCSP) to determine whether the
certificate is still valid.
  - Custom Expiration Policy: You can configure and apply custom validity
policies to meet specific certificate validation requirements.
  - Extensibility: The library is designed to be extensible and customizable,



Bug#1052297: ITP: node-heya-globalize -- Convert JavaScript files using UMD or AMD global

2023-09-19 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: node-heya-globalize
  Version : 1.2.1
  Upstream Contact: Eugene Lazutkin 
* URL : https://github.com/heya/globalize
* License : BSD-3-Clause
  Programming Lang: JavaScript
  Description : Convert JavaScript files using UMD or AMD global

 The "heya-globalize" package is a tool that transforms JavaScript modules
 written in UMD Heya style or plain AMD style into different formats. It can
 generate JavaScript modules that utilize global browser dependencies and
 exports. These modules can be directly included in HTML pages using the
 

Bug#1052071: ITP: node-esniff -- Low footprint JavaScript source code parser

2023-09-16 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: node-esniff
  Version : 1.1.0
  Upstream Contact: Mariusz Nowak 
* URL : https://github.com/medikoo/esniff
* License : MIT
  Programming Lang: javascript
  Description : Low footprint JavaScript source code parser


Tool that allows you to analyze ECMAScript (JavaScript) code efficiently
 and with low resource usage. The main objective is to examine the JavaScript
 source code for various information such as accessed properties, dependencies,
 and other code-related details.
 .
 Here are some of the key features and functionalities of the project:
  - Code Analysis: “esniff” is capable of analyzing ECMAScript source code and
providing detailed information about how the code is structured.
  - Detection of accessed properties: Can identify properties that are accessed
in the code by providing a list of the properties and their locations in the
source code.
  - Dependency Detection: The project is useful for identifying code
dependencies by telling which other modules or libraries the code
uses.
  - Efficient use of resources: "esniff" is designed to consume few resources,
making it suitable for large-scale analysis of JavaScript code
  - Compatibility: It is compatible with the ECMAScript specification and can be
used to parse modern JavaScript code.


Bug#1051482: ITP: slowloris -- Security testing tool for web servers

2023-09-08 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: slowloris
  Version : 0.14.2
  Upstream Contact: Gokberk Yaltirakli 
* URL : https://github.com/gkbrk/slowloris
* License : MIT/Expat
  Programming Lang: Python
  Description : Security testing tool for web servers

Open source tool used to perform Denial of Service (DoS) attacks on web
 servers. Slowloris exploits a vulnerability in web servers called “Keep-Alive”
 to exhaust server resources and make them inaccessible.
 .
 Slowloris offers a number of configurable options, allowing fine-grained
 control over request behavior. Some of which include:
  - Web Server Port: It is possible to specify the web server port to be
the target of the action, usually port 80.
  - Number of Sockets: You can determine the number of simultaneous sockets
that the tool will use to send requests to the server.
  - Log Increase (Verbose): The level of detail of the information logged
during the run can be adjusted, allowing a more detailed analysis of the
results.
  - User agent randomization: Slowloris can randomize user agents on each
request, making it difficult to detect the destination server.
  - Use of SOCKS5 proxy: The tool supports the use of a SOCKS5 proxy to further
hide the source of requests.
  - Use of HTTPS for Requests: In addition, it is possible to configure the
tool to use the HTTPS protocol for requests, adding another layer of
obscurity.
  - Time interval between headers: You can specify a time interval between
sending request headers, controlling the rate of requests.


Bug#1051379: ITP: usbrip -- USB device artifacts tracker

2023-09-06 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: usbrip
  Version : 0.14.2
  Upstream Contact: Sam Freeside
* URL : snovvcr...@protonmail.ch
* License : (GPL-3
  Programming Lang: Python
  Description : USB device artifacts tracker
 
 USB device forensic analysis tool for Linux systems.
 It is designed to assist in the investigation of activities related
 to USB devices such as USB sticks and USB storage devices.
 usbrip runs from the command line, which allows its integration
 in automated scripts and workflows



Bug#1043540: ITP: python-mapclassify -- Classification Schemes for Choropleth Maps

2023-08-12 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: python-mapclassify
  Version : 2.6.0
  Upstream Contact: PySAL Developers 
* URL : https://github.com/pysal/mapclassify
* License : BSD-3-Clause
  Programming Lang: Python
  Description : Classification Schemes for Choropleth Maps

 Module needed to run the tests package "spopt that is under ITP: #1023521
 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023521



Bug#1043533: ITP: python-coincidence -- Helper functions for pytest

2023-08-12 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: python-coincidence
  Version : 0.6.5
  Upstream Contact: Dominic Davis-Foste 
* URL : https://github.com/python-coincidence/coincidence
* License : MIT/Expat
  Programming Lang: Python
  Description : Helper functions for pytest

 package needed to run the tests of these packages:
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1020324
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1026963
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1026975



Bug#1028573: ITP: turbosearch -- wordlist url search tool

2023-01-12 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: turbosearch
  Version : 0.1.25
  Upstream Contact: Hélvio Junior (aka M4v3r1ck) 
* URL : https://github.com/helviojunior/turbosearch
* License : GPL 3.0
  Programming Lang: Python
  Description : wordlist url search tool

An python application to look for URL based on word list.
search tool (brute force style) based on a list of words.
The Tool was developed in Python, has its source code open
and supports multi-threading, that is, several simultaneous
connections, speeding up the search process.


Bug#1028572: ITP: python-yarg -- semi hard Cornish cheese, also queries PyPI

2023-01-12 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: python-yarg
  Version : 0.1.9
  Upstream Contact: Kura 
* URL : https://github.com/kura/yarg
* License : MIT/expat
  Programming Lang: Python
  Description : semi hard Cornish cheese, also queries PyPI

arg is a PyPI client, built on top of requests, it's easy to use
 extensively on pypip.in as well as djangopackages.com.
 .
 There are multiple ways to install Yarg:
  - API Package Lookup - Construct a request to the PyPI server and returns
an instance of yarg.package.Package.
  - RSS feed package -constructs a request to the PyPI server and
returns a list of yarg.parse.Package.
  - Run test - Yarg uses the built-in unit testing framework for Python
and uses nose as the test platform.
Note:
packages is a required dependency for packaging "python-pipreqs"
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1028550



Bug#1028365: ITP: python-covdefaults -- coverage plugin to provide sensible default settings

2023-01-09 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: python-covdefaults
  Version : 2.2.2
  Upstream Contact: Anthony Sottile 
* URL : https://github.com/asottile/covdefaults
* License : MIT/expat
  Programming Lang: Python
  Description : coverage plugin to provide sensible default settings



Bug#1028151: ITP: python-pyproject-parser -- Parser for pyproject.toml

2023-01-07 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: python-pyproject-parser
  Version : 0.7.0
  Upstream Contact: Dominic Davis-Foste 
* URL : https://github.com/repo-helper/pyproject-parser
* License : MIT/expat
  Programming Lang: Python
  Description : Parser for pyproject.toml

 This package is an essential dependency for the python-coincidence package:
 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1027481

 Observation:
 python-coincidence is required to run all tests in these packages:
  * python-dom-toml
  * python-consolekitm
  * python-dist-meta
  * python-shippinglabel
  * python-apeye
  * python-apeye-core
  * domdf-python-tools
  * python-shippinglabel
  All under ITPs.



Bug#1027770: ITP: python-hatch-requirements-txt -- Read dependencies from requirements-txt

2023-01-02 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: python-hatch-requirements-txt
  Version : 0.3.0
  Upstream Contact: Dominic Davis-Foster 
* URL : https://github.com/repo-helper/hatch-requirements-txt
* License : MIT/expat
  Programming Lang: Python
  Description : Read dependencies from requirements-txt

This module required for packing python-apeye-core:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1027765

Where python-apeye-core dependency is needed to package python-apeye
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1027764

Where the python-apeye dependency is needed for packaging:
python-shippinglabel:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1027763
Which in turn is a required dependency for the package.
python-coincidence:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1027481

Note: 
python-coincidence is needed to run all tests in these packages:
 * python-dom-toml
 * python-consolekitm
 * python-dist-meta
 * python-shippinglabel
 * python-apeye
 * python-apeye-core
 * domdf-python-tools
 * python-shippinglabel
All under ITPs.



Bug#1027765: ITP: python-apeye-core -- Main function of apeye library

2023-01-02 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: python-apeye-core
  Version : 1.1.0
  Upstream Contact: Dominic Davis-Foster 
* URL : https://github.com/domdfcoding/apeye-core
* License : BSD 3-Clause 
  Programming Lang: Python
  Description : Main function of apeye library

module needed to package python-apeye
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1027764

Where python-apeye is required dependency for packaging:
python-shippinglabel:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1027763

Which in turn is a required dependency for the package.
python-coincidence:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1027481



Bug#1027764: ITP: python-apeye -- Handy tools for working with URLs and APIs

2023-01-02 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: python-apeye
  Version : 1.3.0
  Upstream Contact: Dominic Davis-Foster 
* URL : https://github.com/domdfcoding/apeye
* License : LGPL-3+
  Programming Lang: Python
  Description : Handy tools for working with URLs and APIs

module needed to package python-shippinglabel:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1027763

Which in turn python-shippinglabel is needed for packaging:
python-coincidence:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1027481



Bug#1027763: ITP: python-shippinglabel -- Utilities for handling packages

2023-01-02 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: python-shippinglabel
  Version : 1.4.1
  Upstream Contact: Dominic Davis-Foster 
* URL : https://github.com/domdfcoding/shippinglabel
* License : MIT/expat
  Programming Lang: Python
  Description : Utilities for handling packages

 module needed to package python-coincidence
 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1027481



Bug#1027685: ITP: python-dist-meta -- Parse and create Python distribution metadata

2023-01-01 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: python-dist-meta
  Version : 0.6.0
  Upstream Contact: Dominic Davis-Foster 
* URL : https://github.com/repo-helper/dist-meta
* License : MIT/expat
  Programming Lang: Python
  Description : Parse and create Python distribution metadata

  Module required for building python-coincidence and python-whey packages:
  python-conicidense: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1027481
  python-whey: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1021204



Bug#1027482: ITP: python-handy-archives -- Some handy archive helpers for Python

2023-01-01 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: python-handy-archives
  Version : 0.1.4
  Upstream Contact: Dominic Davis-Foster 
* URL : https://github.com/domdfcoding/handy-archives
* License : MIT/expat
  Programming Lang: Python
  Description : Some handy archive helpers for Python

  Required dependency for package python-coincidence:
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1027481

  Observation:
  python-coincidence needed to run the tests for these packages:
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1020324
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1026963
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1026975



Bug#1027481: ITP: python-coincidence -- Helper functions for pytest

2023-01-01 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: python-coincidence
  Version : 0.6.3
  Upstream Contact: Dominic Davis-Foste 
* URL : https://github.com/python-coincidence/coincidence
* License : MIT/expat
  Programming Lang: Python
  Description : Helper functions for pytest

  package needed to run the tests of these packages:
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1020324
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1026963
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1026975



Bug#1026975: ITP: python-toml -- library for parsing and creating TOML

2022-12-25 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: python-toml
  Version : 0.10.2
  Upstream Author : William Pearson 
* URL : https://github.com/uiri/toml
* License : MIT/expat
  Programming Lang: Python
  Description : library for parsing and creating TOML
 
  this package is a dependency for "dom-toml"
  Where "dom-toml" is a required dependency for the "whey" package:
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1021204



Bug#1026963: ITP: python-consolekit -- Additional utilities for click

2022-12-24 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: python-consolekit
  Version : 1.4.1
  Upstream Author : Dominic Davis-Foster 
* URL : https://github.com/domdfcoding/consolekit
* License : MIT/expat
  Programming Lang: Python
  Description : Additional utilities for click

 package required for "whey" building:
 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1021204



Bug#1026835: ITP: deprecation -- Library to handle automated depreciations

2022-12-21 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: deprecation
  Version : 2.1.0
  Upstream Author : Brian Curtin 
* URL : https://github.com/briancurtin/deprecation
* License : MIT/Expat
  Programming Lang: Python
  Description : Library to handle automated depreciations
 
 deprecation is a dependency for deprecation-alias.
 And the deprecation-alias is a required dependency for the
 Whey package:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1021204



Bug#1024534: ITP: domain2idna -- tool to convert domains to the famous IDNA format

2022-11-20 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: domain2idna
  Version : 1.10.1
  Upstream Author : Nissar Chababy , PyFunceble 
<@pyfunceble>
* URL : https://github.com/PyFunceble/domain2idna
* License : MIT/expat
  Programming Lang: Python
  Description : tool to convert domains to the famous IDNA format

 This project provides a tool for list or hosts file maintainer that
 can converts domain to the Punycode/IDNA format.
 .
 With domain2idna you can do:
  *  Read a given domain and convert it to the Punycode/IDNA format.
  *  Read a given URL and convert its base to Punycode/IDNA format.
  *  Read a file and convert all non-commented line to the
 Punycode/IDNA format.
  *  Print the converted data on the screen.
  *  Save into a file the converted data.
  *  Return the converted data (when used as a module).
  *  Ignore commented inputs (starts with #).

 package needed for packaging:
 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1024533



Bug#1024533: ITP: pyfunceble -- The tool to check the availability or syntax of domain, IP or URL

2022-11-20 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: pyfunceble
  Version : 4.1.3
  Upstream Author : Nissar Chababy 
* URL : https://github.com/funilrys/PyFunceble
* License : Apache 2.0
  Programming Lang: Python
  Description : The tool to check the availability or syntax of domain, IP 
or URL

 PyFunceble aims to provide an accurate availability check through the usage of
 multiple sources which are for example - to only list a few:
the WHOIS record(s).
the DNS record(s).
the HTTP status code.

 PyFunceble can be included in your existing project through:

its standard built-in CLI implementation.
its Python API.
the PyFunceble web-worker project that provides the core functionalities
 of PyFunceble behind a web API.

 The PyFunceble CLI can test from a hosts file, a plain list of subjects, an
 AdBlock filter list or even an RPZ record.
 As of today, PyFunceble is running actively - if not daily - within several
 servers, laptops, PCs, and Raspberry Pis. It is even used - thanks to our
 auto continue mechanism - with CI engines like GitHub Action, Travis CI, or
 GitLab CI.



Bug#1023521: ITP: spopt -- spatial optimization in PySAL

2022-11-05 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: spopt
  Version : 0.4.1
  Upstream Author : PySAL Developers 
* URL : https://github.com/pysal/spopt
* License : BSD-3-clause and Public-Domain
  Programming Lang: Python
  Description : spatial optimization in PySAL

 Open source Python library under active development, this module is
 sourced from the module region in PySAL (Python Spatial Analysis Library).
 .
 It aims to solve optimization problems with spatial data, including new
 models and proposed methods for regionalization, facility location and
 transport-oriented solutions.



Bug#1023375: ITP: pafish -- Virtual machines detection tool

2022-11-02 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: pafish
  Version : 0.6
  Upstream Author : Alberto Ortega 
* URL : https://github.com/a0rtega/pafish
* License : (GPL3
  Programming Lang: C
  Description : Virtual machines detection tool

 As a test tool, Pafish aims to detect virtual machines.
 .
 Making use of various techniques, Pafish is widely used in
 malware analysis environments as well as malware families.



Bug#1022207: ITP: pysocks -- Lets you send traffic through SOCKS proxy servers

2022-10-21 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

 It is a modern fork of SocksiPy with bug fixes and extra
 features. Acts as a drop-in replacement to the socket module.
 Seamlessly configure SOCKS proxies for any socket object by
 calling socket_object.set_proxy().
 .
 Features:
  - SOCKS proxy client for Python 2.7 and 3.4+
  - TCP supported, UDP mostly supported (issues may occur in
some edge cases).
  - HTTP proxy client included but not supported or recommended
(you should use requests', or your HTTP client's, own HTTP
proxy interface).
* Package name: pysocks
  Version : 1.7.0
  Upstream Author :  Anorov 
* URL : https://github.com/Anorov/PySocks
* License : BSD-3-clause
  Programming Lang: Python
  Description : Lets you send traffic through SOCKS proxy servers

 Note:
 package is a required dependency for packaging from
 https://github.com/sherlock-project/sherlock



Bug#1021096: ITP: spaghetti -- Analysis of Network-constrained Spatial Data

2022-10-01 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: spaghetti
  Version : 1.6.6
  Upstream Author : PySAL-spaghetti Developers
* URL : https://github.com/pysal/spaghetti
* License : BSD-3-Clause
  Programming Lang: Python
  Description : Analysis of Network-constrained Spatial Data


 Originating from the networkmodule in PySAL, the package provides specialized
 networking functionality that easily integrates with the rest of PySAL.
 .
 This allows users of the spaghetti network functionality the possibility of
 spatial analysis that complements the network analysis, such as spatial tools
 and integration with the main components of libpysal:
 - libpysal.weights (mentioned above)
 - lib accesspysal.cg (geometric computation and data structures)
 - libpysal .io(input-output)
 - libpysal.examples(integrated example data)
 .
 Note: 
 Module needed for packaging: https://github.com/pysal/spot



Bug#1020675: ITP: flake8-noqa -- Flake8 noqa comment validation

2022-09-24 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: flake8-noqa
  Version : 1.2.9
  Upstream Author : Peter Linss 
* URL : https://github.com/plinss/flake8-noqa
* License : GPL 3.0
  Programming Lang: Python
  Description : Flake8 noqa comment validation



Bug#1020664: ITP: flake8-2020 -- flake8 plugin which checks for misuse of sys.version or sys.version_info

2022-09-24 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: flake8-2020
  Version : 1.7.0
  Upstream Author : Anthony Sottile 
* URL : https://github.com/asottile/flake8-2020
* License : MIT/expat
  Programming Lang: Python
  Description : flake8 plugin which checks for misuse of sys.version or 
sys.version_info



Bug#1020645: ITP: esda -- Exploratory Spatial Data Analysis

2022-09-24 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: esda
  Version : 2.4.3
  Upstream Author : erge Rey , Levi Wolf 
 
* URL : https://github.com/pysal/esda
* License : BSD 3-Clause License
  Programming Lang: Python
  Description : Exploratory Spatial Data Analysis



Bug#1020324: ITP: domdf-python-tools -- Helpful functions for Python

2022-09-19 Thread Josenilson Ferreira da Silva
Package: wnpp
Version: wnpp
Severity: wishlist
File: bug
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: domdf-python-tools
  Version : 3.4.0
  Upstream Author : Dominic Davis-Foste 
* URL : https://github.com/domdfcoding/domdf_python_tools
* License : MIT/X
  Programming Lang: Python
  Description : Helpful functions for Python

  Note:package is a dependency of this module: 
https://github.com/repo-helper/whey 



Bug#1017074: ITP: libpysal -- "Core components of PySAL A library of spatial analysis functions".

2022-08-12 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: libpysal
  Version : 4.6.2
  Upstream Author : Name PySAL Developers
* URL : https://github.com/pysal/libpysal/
* License : BSD 3-Clause
  Programming Lang: Python
  Description : "Componentes principais do PySAL Uma biblioteca de funções 
de análise espacial.

libpysal offers four modules that form the building blocks in many upstream 
packages in the PySAL family:
   *  Spatial Weights: libpysal.weights
   *  Input-and output: libpysal.io
   *  Computational geometry: libpysal.cg
   *  Built-in example datasets libpysal.examples
Note:
package depends in https://github.com/pysal/pysal


Bug#1015152: ITP: mir-eval -- Common metrics for common audio/music processing tasks

2022-07-16 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: mir_eval
  Version : 0.7.0
  Upstream Author : Name Colin Raffel 
* URL : https://github.com/craffel/mir_eval
* License : Expat/MIT
  Programming Lang: Python
  Description : Common metrics for common audio/music processing tasks

Python library for computing common heuristic accuracy scores for
 various music/audio information retrieval/signal processing tasks.
 .
 Program is being packaged to meet documentation binary dependencies:
 ITP: librosa -- module for audio and music processing
 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=968467



Bug#1014666: ITP: sphinx-multiversion -- Add support for multiple versions to sphinx

2022-07-09 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: sphinx-multiversion
  Version : 0.2.4
  Upstream Author : Jan Holthuis 
* URL :https://github.com/Holzhaus/sphinx-multiversion 
* License : BSD-2-clause
  Programming Lang: Python
  Description : Add support for multiple versions to sphinx

 Sphinx extension for building self-hosted versioned documentation.
 aims to provide a clean implementation that tries to avoid messing
 with Sphinx internals as much as possible.



Bug#1014317: ITP: yarsync -- file synchronization and backup tool

2022-07-03 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: yarsync
  Version : 0.1.1
  Upstream Author : Yaroslav Nikitenko .
* URL : https://github.com/ynikitenko/yarsync
* License : GPL3
  Programming Lang: Python
  Description : file synchronization and backup tool

 can be used to synchronize data between different hosts
 or locally. (eg for a backup drive).
 .
 provides a familiar git command interface when working with files.



Bug#1014123: ITP: apprise -- Push notifications that work with just about every platform

2022-06-30 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: apprise
  Version : 0.9.9
  Upstream Author : Chris Caron 
* URL : https://github.com/caronc/apprise
* License : MIT/X
  Programming Lang: Python
  Description : Push notifications that work with just about every platform

 allows sending notifications to almost all popular notification services:
 Telegram, Discord, Slack, Amazon SNS, Gotify, etc.



Bug#1013428: ITP: visitor -- A tiny library to facilitate visitor implementation in Python

2022-06-23 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: visitor
  Version : 0.1.3
  Upstream Author : Marc Brinkmann 
* URL : https://api.mtr.pub/mbr/visitor
* License : Expat
  Programming Lang: Python
  Description : A tiny library to facilitate visitor implementation in 
Python

A tiny library to facilitate visitor implementation in Python
 (which are slightly peculiar due to dynamic typing).



Bug#1010416: ITP: python-ansible-compat -- Ansible compatibility goodies

2022-04-30 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: python-ansible-compat
  Version : 2.0.2
  Upstream Author : Sorin Sbarnea 
* URL : https://github.com/ansible/ansible-compat
* License : MIT
  Programming Lang: Python
  Description : Ansible compatibility goodies
  Python package contains functions that facilitate working
  with various versions of Ansible 2.9 and newer.



Bug#1010113: ITP: dxr -- Code Search and Cross-Reference Tool

2022-04-24 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: dxr
  Version : 0.0.+git20140331.eda5168
  Upstream Author : Erik Rose 
* URL : https://github.com/erikrose/dxr
* License : MIT/X
  Programming Lang: Python
  Description : Code Search and Cross-Reference Tool

Ssource code browser and search engine, building on the work of
LXR and MXR.It supports full-text and regex searches as well as
 structural queries like "Find all the callers of this function.
 " Behind the scenes, it uses trigram indices, the re2 library,
 and static analysis data collected by instrumented compilers.
 DXR runs only on Linux for the moment



Bug#1009761: ITP: mutt-wizard -- system to automatically configure

2022-04-16 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: mutt-wizard
  Version : 3.2.1
  Upstream Author : Luke Smith 
* URL : https://github.com/LukeSmithxyz/mutt-wizard
* License : GPL-3.0
  Programming Lang:  shell
  Description : system to automatically configure

Determines the IMAP and SMTP servers and ports of email servers.
 Creating dotfiles for neomutt, isync, and msmtp appropriate for
 email addresses
 .
 It encrypts and stores passwords locally for easy remote access,
 accessible only by your GPG key.
 .
 Handles up to nine separate email accounts automatically, creating
 links to switch between accounts or between mailboxes. Provides
 sensible defaults and an attractive appearance for the neomutt
 email client.
 .
 In case the mutt-wizard doesn't know your server's IMAP/SMTP
 information by default, it will let you know for them and put
 them in all the right places.



Bug#1009671: ITP: python3-parsimonious -- fastest pure-Python PEG parser

2022-04-13 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: python3-parsimonious
  Version : 0.9.0
  Upstream Author : Name  Erik Rose 
* URL : https://github.com/erikrose/parsimonious
* License : MIT/X
  Programming Lang: Python
  Description : fastest pure-Python PEG parser

visa ser o analisador de lookahead arbitrário mais rápido escrito
em Python puro - e o mais utilizável.
.
based on parsing expression grammars (PEGs), which means it is fed
with a simplified type of EBNF notation.
.
was designed to undergird a MediaWiki parser that wouldn't take 5
seconds or a GB of RAM to do one page, but it's applicable to all
sorts of languages.


Bug#1008813: ITP: cargo-strip -- subcommand that reduces the size of Rust binaries

2022-04-01 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: cargo-strip
  Version : 0.2.2
  Upstream Author : Guillaume Valadon 
* URL : https://github.com/guedou/cargo-strip/issues
* License : MIT/X,
  Programming Lang: rust
  Description : subcommand that reduces the size of Rust binaries

subcommand that reduces the size of Rust binaries
 As of Rust 1.59, the charge command is now able to remove a binary.
 This can be activated in your Cargo.toml.